From: Stephen Eglen Date: Mon, 19 Apr 2004 11:31:05 +0000 (+0000) Subject: (add-change-log-entry): Update doc string to mention X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23093 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=857e358f53c116b858a2316718acaff82c792296;p=emacs.git (add-change-log-entry): Update doc string to mention add-log-full-name and add-log-mailing-address. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index 609dfde5f65..ead1fe679d6 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -445,7 +445,7 @@ Optional arg BUFFER-FILE overrides `buffer-file-name'." (defun add-change-log-entry (&optional whoami file-name other-window new-entry) "Find change log file, and add an entry for today and an item for this file. Optional arg WHOAMI (interactive prefix) non-nil means prompt for user -name and site. +name and email (stored in `add-log-full-name' and `add-log-mailing-address'). Second arg FILE-NAME is file name of the change log. If nil, use the value of `change-log-default-name'.